home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master18.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  224 b   |  15 lines

  1. on exitFrame
  2.   global gMusic
  3.   cursor(0)
  4.   if gMusic = 0 then
  5.     sound stop 2
  6.   else
  7.     if gMusic = 1 then
  8.       set the soundEnabled to 0
  9.       set the soundEnabled to 1
  10.     end if
  11.   end if
  12.   delay(30)
  13.   go("pane4a")
  14. end
  15.